projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afa95ca
)
(map-y-or-n-p): Remove extraneous `not'.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 19 Oct 1999 13:40:45 +0000
(13:40 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 19 Oct 1999 13:40:45 +0000
(13:40 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/map-ynp.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 175343b06524a2ff8d90b295119b8838988e56f1..7d27d38ecbeb8a85e977b0b3047594418d181948 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+1999-10-19 Sam Steingold <sds@ksp.com>
+
+ * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
+ comply with the comment.
+
1999-10-19 Gerd Moellmann <gerd@gnu.org>
* autorevert.el (auto-revert-mode): Make auto-revert-mode
diff --git
a/lisp/map-ynp.el
b/lisp/map-ynp.el
index e0b150be721b0bd16afd599494035fff25877058..be664e02e1115eed77e212e1c5c321756a171148 100644
(file)
--- a/
lisp/map-ynp.el
+++ b/
lisp/map-ynp.el
@@
-153,7
+153,7
@@
Returns the number of actions taken."
(setq char (read-event))
;; If we get -1, from end of keyboard
;; macro, try again.
-
(not (equal char -1)
)))
+
(equal char -1
)))
;; Show the answer to the question.
(message "%s(y, n, !, ., q, %sor %s) %s"
prompt user-keys